home *** CD-ROM | disk | FTP | other *** search
- object fPassword: TfPassword
- Left = 660
- Top = 577
- BorderStyle = bsDialog
- Caption = 'Password'
- ClientHeight = 151
- ClientWidth = 296
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object lPassword: TLabel
- Left = 16
- Top = 64
- Width = 265
- Height = 16
- AutoSize = False
- Caption = 'Password'
- end
- object lUserId: TLabel
- Left = 16
- Top = 8
- Width = 265
- Height = 16
- AutoSize = False
- Caption = 'User Identifier'
- end
- object lBad: TLabel
- Left = 176
- Top = 8
- Width = 88
- Height = 16
- Caption = 'Bad Password'
- Visible = False
- end
- object ebPw: TEdit
- Left = 16
- Top = 88
- Width = 265
- Height = 24
- MaxLength = 16
- TabOrder = 0
- OnChange = ebPwChange
- end
- object lOK: TButton
- Left = 168
- Top = 120
- Width = 115
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object lCancel: TButton
- Left = 48
- Top = 120
- Width = 113
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ebUser: TEdit
- Left = 16
- Top = 32
- Width = 265
- Height = 24
- TabOrder = 3
- end
- end
-